﻿/*初始化样式*/
html {
  margin: 0;
  padding: 0;
  border: 0;
}


a:hover {color:#008b76 !important;}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff;
  color: #666;
  position: relative;
  font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  color: #666;
}

a:visited {
  color: #666;
}

a:hover,
a:active,
a:focus {
  color: #009b4c;
  text-decoration: none;
  outline: none;
}

input {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei';
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

table,
th,
td {
  vertical-align: middle
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h3,
h4 {
  font-size: 12px;
  font-weight: bold;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

/*----- Common css ------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}


/*滚动*/
#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#indemo {
  float: left;
  width: 800% !important;
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

#m_demo {
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
}

#m_indemo {
  float: left;
  width: 800% !important;
}

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}


.wh {
  width: 1200px;
  margin: 0 auto;
}

.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}



.roll_product {
  float: left;
}

.plist {
  margin-top: 56px;
}

.plist li {
  margin-right: 15px;
  margin-bottom: 15px;
}

.plist li:nth-child(3n) {
  margin-right: 0;
}

.plist li a.img {
  border: 1px solid #e5e5e5;
  display: block;
}

.plist li a.img img {
  width: 388px;
  height: 388px;
}

.plist li h3 a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

/*头部样式*/
.top1 {
  height: 40px;
  background: #f8f8f8;
  color: #595959;
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.top1 .wel p {
  font-size: 12px;
  color: #666666;
  font-family: 黑体;
}

.top1 .wel p strong {
  color: #008b76;
  font-weight: normal;
}

#header {
  width: 1000px;
  margin: 0 auto;
}

.logo {
  float: left;
  line-height: 130px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  width: 570px;
  height: 130px;
  text-align: right;
  padding-right: 14px;
  background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.top2 .k2 {
  margin-top: 35px;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  text-align: right;
}

.top2b1 {
  height: 74px;
  width: 1350px;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 63px;
}

.top2b1 p {
  font-size: 22px;
  font-family: 微软雅黑;
  color: #008b76;
  padding-top: 25px;
}

.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
}

.translate {
  width: 100px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9999;
}

.tran-in {
  left: 120px;
}

.translate li {
  border: 1px dashed #cccccc;
  line-height: 26px;
  text-align: left;
  background: #fff;
}

.translate li a {
  display: block;
  padding-left: 10px;
  background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
  text-decoration: none;
  color: #275cea;
  cursor: pointer;
}

.translate-en {
  display: none;
  padding: 6px;
  padding-top: 0px;
}

.translate li .translate-en a {
  padding-left: 0px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
  font-weight: bold;
}

.topLink .f_count {
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}

.topLink .k1 a {
  color: #595959;
}

.topLink .k2 {
  color: #074b91;
  font-size: 14px;
  font-family: "微软雅黑";
}

#menu {
  padding-left: 20px;
}

/* 成功案例 */
.p1 {
  background-color: #f8f8f8;
  padding-top: 98px;
  /*height: 803px;*/
}

.p1 .p1a {
  width: 134px;
  height: 72px;
  margin: 0 auto 62px;
  font-size: 32px;
  text-align: center;
}

.p1 .p1a h3 {
  font-size: 32px;
  font-weight: 400;
}

.p1 .p1a p {
  text-transform: uppercase;
  font-family: "仿宋";
}

.p1b .p1b1 li {
  width: 285px;
  height: 354px;
  margin-right: 18px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.p1b .p1b1 li:nth-of-type(4){
  margin-right: 0;
}
.p1b .p1b1 li:last-child {
  margin-right: 0;
}

.p1b .p1b1 .p1b1a {
  width: 206px;
  height: 82px;
  text-align: center;
  margin: 0 auto;
  background: url(../images/navheng.png) no-repeat center bottom;
}

.p1b .p1b1 .p1b1a h3 a {
  font-size: 16px;
  color: #353535;
  font-weight: 400;
  line-height: 45px;
}



.p1b .p1b1 .p1b1a p {
  font-size: 12px;
  color: #353535;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#p1b1b h3 a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 45px;
  text-align: center;

}

#p1b1b p {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#p1b1b {
  width: 100%;
  height: 145px;
  padding-top: 10px;
  background: url(../images/beij.png) no-repeat left bottom;
  display: none;
  z-index: 999;
  position: absolute;
  left: 0;
  bottom: 0;
}

#p1b1b .p1more {
  display: block;
  width: 120px;
  height: 32px;
  background-color: #016d5d;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  margin: 24px auto 0;
}

.p1b .p1b1 li:hover #p1b1b {
  display: block;

}
.p1b .p1b1 .p1b1a h3 a:hover {
 
  color:#fff !important;
}

.p1c {
  width: 160px;
  height: 47px;
  background-color: #008b76;
  text-align: center;
  line-height: 42px;
  margin: 86px auto 0;
  padding-top: 3px;
}

.p1c a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  width: 152px;
  height: 40px;
  border: 1px solid #fff;
  margin: 0 auto;

}






/* 公司简介 */
.p2 {
  height: 648px;
  background: url(../images/jianjie.png) no-repeat;
  position: relative;
}

.p2a {
  width: 600px;
  padding-top: 93px;
}

.p2a1 {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.p2a h3 {
  font-size: 46px;
  color: #008b76;
  text-transform: uppercase;
  font-family: Impact;
}

.p2a h4 {
  font-size: 30px;
  color: #008b76;
  font-family: 黑体;
  margin-bottom: 50px;
}

.p2a p {
  font-size: 16px;
  color: #787878;
  line-height: 34px;
}

.p2a a {
  color: 16px;
  display: block;
  width: 57px;
  height: 40px;
  text-align: left;
  line-height: 40px;
  text-indent: 1px;
  background: url(../images/heng.png) no-repeat left top;
  color: #008b76;

}

.p2b {
  float: right;
  width: 800px;
  position: absolute;
  right: 0;
  top: 0;
}

.slideBox {
  width: 910px;
  height: 648px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.slideBox .hd {
  width: 228px;
  height: 14px;
  overflow: hidden;
  position: absolute;
  left: 48px;
  bottom: 46px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 54px;
  height: 7px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slideBox .hd ul li:nth-child(2) {
  margin: 0 30px;
}

.slideBox .hd ul li.on {
  background: #008b76;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 910px;
  height: 648px;
  display: block;
}


/* .p2b ul li{
  position: absolute;
  right: 0;
  top: 0;
} */

/* 为什么选择凯伦木 */
.p3 {
  height: 725px;
  background-color: #f7f8f7;
  padding-top: 66px;
}

.p3 .p3a {
  margin: 0 auto 55px;
  font-size: 32px;
  text-align: center;
}

.p3 .p3a h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.p3 .p3a p {
  text-transform: uppercase;
  font-size: 26px;
  font-family: "仿宋";
}

.p3b .p3b1 li {
  width: 378px;
  background-color: #fff;
}

.p3b .p3b1 li:nth-child(2) {
  margin: 0 28px;
}

.p3b1a {
  height: 73px;
  text-align: center;
  margin: 50px 0 42px;
  background: url(../images/chooseheng.png) no-repeat center bottom;
  padding-bottom: 88px;
}

.p3b1a h3 {
  font-size: 20px;
  color: #353535;
  font-weight: 400;
  line-height: 48px;
}

.p3b1a span {
  font-size: 14px;
  color: #9b9b9e;
}

/* 新闻动态 */
.p4 {
  height: 760px;
  padding-top: 76px;
}

.p4 .p4a {
  margin: 0 auto 65px;
  font-size: 32px;
  text-align: center;
}

.p4 .p4a h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.p4 .p4a p {
  text-transform: uppercase;
  font-size: 26px;
  font-family: "仿宋";
}


.p4b .p4b1 {
  width: 584px;
  border: 1px solid #c9c9c9;
  padding-right: 18px;
}

.p4b .p4b1:nth-child(odd) {
  margin: 0 30px 38px 0;
}

.p4b .p4b1 .p4b2 {
  width: 371px;
  padding-left: 22px;
}

.p4b1 .p4b2 h3 {
  font-size: 16px;
  color: #353535;
  line-height: 35px;
  margin-top: 14px;
}

.p4b1 .p4b2 p {
  font-size: 14px;
  color: #353535;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p4b1 .p4b2 p:last-child {
  text-align: right;
  line-height: 47px;
}


 .p4b1 .p4b2 h3:hover {color:#008b76;}
/* 联系我们 */
.p5 {
  background: url(../images/shan.png) no-repeat left bottom;
  height: 412px;
}

.p5wh {
  position: relative;
}

.p5 .p5a {
  width: 448px;
  height: 318px;
  box-shadow: 0 -3px 4px #cdcdcd;
  background-color: #fff;
  color: #000000;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: -26px;
  left: 32%;
  color: #353535;
}

.p5 .p5a .p5a1 {
  width: 180px;
  height: 138px;
  margin: 0 auto;
  background: url(../images/dianhua.png) no-repeat center bottom;
}

.p5a h4 {
  margin-top: 40px;
  font-size: 32px;
  color: #353535;
  font-weight: 400;
}

.p5a span {
  font-size: 18px;
  color: #000000;
  display: block;
  background: url(../images/dianhuah.png) no-repeat 61px 13px;
  margin-top: 20px;
}

.p5a p {
  font-size: 32px;
  margin-top: 15px;
  font-family: "Times New Roman";
}

.p5a .eng {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: 0;
  font-family: "仿宋";
}

/*热门搜索*/
.sou {
  margin-top: 15px;
  position: relative;
}

#formsearch {
  float: right;
}

.hotSearch {
  float: left;
  height: 85px;
  line-height: 85px;
  color: #f5f5f5;
  font-weight: normal;
  font-size: 16px;
}

.hotSearch a {
  color: #f5f5f5;
  font-weight: normal;
}

#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}


/*搜索和热门搜索*/
.hotSearch a {
  margin-right: 6px;
  font-size: 14px;
}

#formsearch {
  margin-top: 16px;
}

#formsearch input {
  height: 22px;
  background: #4c4a4a;
  line-height: 22px;
  outline: none;
  border: none;
}

#formsearch input#keyword {
  width: 325px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  color: #666;
  font-size: 14px;
}

#formsearch input#s_btn {
  width: 80px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #008b76;
  font-size: 18px;
  outline: none;
  border: none;
}

/*首页banner*/
.banner {
  position: relative;
}

.banner {
  width: 100%;
  height: 100%;
}

.banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.banner ul.bb li {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

.banner ul.bb li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner ul.bb li a img {
  width: 100%;
  height: 100%;
}

.banner .num {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 100;
  text-align: center;
  width: 100%;
}

.banner .num li {
  display: inline-block;
  margin: 0 5px;
  width: 61px;
  height: 6px;
  text-indent: -100px;
  overflow: hidden;
  background: #009b4c;
}

.banner .num li.num_hover {
  background-color: #e15616;
}

.banner .num li.num_hover a {
  color: #fff;
}

.banner .num li a {
  float: left;
  display: inline;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 16px;
}




/*导航栏样式*/
.nav li {
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  width: 143px;
  min-width: 143px;
}

.nav li a {
  display: block;
  line-height: 56px;
  color: #000000;
  height: 56px;
  padding: 0;
  font-size: 16px;
  padding: 0;
}

.nav>li>a:hover {
  color: #000000;
  text-decoration: none;
  background: url(../images/navheng.png) no-repeat center bottom;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: none;
}

.nav .sec {
  height: 0;
  color: #000000;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 56px;
  left: 0px;
  width: 100%;
  background-color: #fff;
}

.nav .sec a {
  color: #000000;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.nav .sec a:hover {
  text-decoration: none;
  background-color: none;
}


/* 咨询 */
.p6 {
  background: url(../images/footb.png) no-repeat left top;
}

.message-wrap {
  margin-top: 50px;
}

.p61 {
  width: 880px;
  text-align: center;
  margin: 0 auto;
}

.x-message {
  margin-bottom: 212px;
}

.x-message .container-fluid {
  padding: 100px 0 0 0;
}

.x-layout-logo p:nth-child(2) {
  font-weight: 700;
}

.p61 h4 {
  font-size: 40px;
  color: #333333;
  font-weight: normal;
  font-family: 黑体;
}

.p61 p {
  font-size: 20px;
  color: #333333;
  line-height: 44px;
}

.p6 .infor {
  width: 358px;
}

.p6 .infor input::placeholder {
  font-size: 14px;
  color: #000000;
}

.p6 .infor input {
  width: 354px;
  height: 54px;
  line-height: 54px;
  background-color: #dcdcdc;
  outline: none;
  border: none;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
  margin-bottom: 8px;
}

.infor .code-group .check {
  width: 239px;
}

.checkCodeImg {
  width: 119px;
  height: 54px;
}

.checkCodeImg img {
  width: 100%;
  height: 100%;
}

.textarea textarea {
  width: 817px;
  height: 152px;
  background-color: #dcdcdc;
  outline: none;
  border: none;
  resize: none;
  padding: 20px;
  margin-left: 20px;
  font-size: 14px;
  color: #000000;
}

.textarea textarea::placeholder {
  font-size: 14px;
  color: #000000;
}

.tijiao {
  width: 387px;
  height: 58px;
  margin: 28px 0 0 50px;
}

.tijiao input {
  width: 387px;
  height: 58px;
  background-color: #008b76;
  color: #fff;
  outline: none;
  border: none;
  font-size: 20px;
  font-family: 微软雅黑;
}

.footC {
  width: 400px;
  height: 170px;
  padding-left: 26px;
}

.reT {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}

.x-region {
  padding-left: 10px;
}

/*友情链接*/

.f_link {
  width: 1200px;
  line-height: 30px;
  margin: 0 auto;
}

.f_link a {
  color: #666;
}

/*页面底部*/
#footer {
  height: 321px;
  background: #009b4c;
}

.ff_er {
  width: 324px;
  height: 304px;
  background: #009b4c;
}

.ff_er h3 {
  font-weight: normal;
  color: #fff;
  font-size: 24px;
  padding-top: 42px;
}

.ff_er .er {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

.ff_cont h3 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 6px;
}

.ff_cont {
  width: 414px;
  padding-right: 65px;
  background: url(../images/line2.png) no-repeat right top;
  margin-top: 42px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  border-right: 1px solid #d8e1dd;
  padding-bottom: 20px;
}

.ff_cont a {
  color: #fff;
  font-size: 14px;
}

.nav_foot {
  width: 395px;
  margin-top: 65px;
  line-height: 39px;
}

.nav_foot a {
  color: #fff;
  font-size: 14px;
}

.copyright {
  text-align: center;
  line-height: 24px;
}


/* 底部导航 */
.footRight {
  width: 600px;
}

.foot_nav {
  padding-left: 34px;
}

.foot_navul {
  width: 170px;
}

.foot_navul li {
  width: 72px;
}

.foot_nav p {
  font-size: 18px;
  color: #000000;
  font-family: 黑体;
}

.foot_nav .foot_navul {
  margin-top: 8px;
}

.foot_nav .foot_navul li a {
  font-size: 14px;
  color: #666666;
  line-height: 38px;
}

.foot_nav .foot_navul li {
  background: url(../images/jian.png) no-repeat left center;
  padding-left: 10px;
}

.foot_navul li:nth-child(odd) {
  margin-right: 26px;
}

.foot_nav .foot_navul li:hover a {
  color: #008b76;
}

.beiAn {
  margin-top: 72px;
  text-align: center;
}

.beiAn span {
  font-size: 14px;
  color: #666666;
}

.beiAn a {
  font-size: 14px;
  color: #666666;
}



.p7 {
  background: #333333;
  padding: 15px 0;
}

.p7 .jszc a {
  font-size: 16px;
  color: #f5f5f5;
}

/*内页左侧样式*/


.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}

/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/
.page-product-inquiry a {
  color: #fff;
}



.w1920{
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
}
.w1200{
  width: 1100px;
  margin-left: -550px;
  left: 50%;
  position: relative;
}


.y_s{
    background: url(../images/ysbg.png) no-repeat top center;
    height: 1579px;
    padding-top: 70px;
}
.y_st{
    text-align: center;
}
.y_st h2{
    /*background: url(../images/y_stbg.png) no-repeat  center;*/
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    line-height: 48px;
    margin-top: 5px;
    text-transform: uppercase;
}
.y_st h3{

    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    line-height: 30px;
    margin-top: 3px;
}

.y_s1{
    margin-top: 110px;
}
.y_s1 .wz{
    margin-right: 60px;
    margin-top: 65px;
}



.khjz{
    margin-top: 50px;
}
.khjz2{
    margin-top: 40px;
}
.khjz2 ul li{
    width: 275px;
    float: left;
    height: 400px;
    background: #f5f5f5;
    position: relative;
}
.khjz2 ul li img{
    width: 275px;
    height: 200px;
}
.khjz2 ul li .kwz{
    width: 275px;
    height: 200px;
    padding: 39px 29px 0 29px;
    position: absolute;
}

.khjz2 ul li .kwz h3{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    line-height: 14px;

}
.khjz2 ul li .kwz p{
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    line-height: 24px;
}
.khjz2 ul li:nth-child(2n) img{
    margin-top: 200px;
}
.khjz2 ul li:nth-child(2n) .kwz{
    position: absolute;
    top: 0px;
    left: 0px;
}
.klj{
    width: 264px;
    height: 37px;
    margin: 0 auto;
    margin-top: 46px;
}
.klj a{
    display: block;
    float: left;
    width: 132px;
    height: 37px;
}
.klj .ljzx{
    background: url(../images/ljzx.png) no-repeat left  center;
}
.klj .gdjz{
    background: url(../images/khjz.png) no-repeat left  center;
}


.syht{
    margin-top: 50px;
    background: url(../images/syht.png) no-repeat left  center;
    height: 312px;
    padding-top: 68px;
}



.y_s1{
    margin-top: 110px;
}
.y_s1 .wz{
    margin-right: 60px;
    margin-top: 65px;
}
.wz h1{
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    line-height: 28px;
}
.wz h2{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    line-height: 18px;
    margin-top: 8px;
}
.wz h3 {
    margin-top: 17px;
}
.wz h3 p{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
    padding-left: 25px;
    /*background: url(../images/y_syd1.png) no-repeat left  center;*/
}
.y_s3 .wz h1{
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    line-height: 28px;
}
.y_s3 .wz h1 span{
    font-size: 20px;
    color: #0063b8;
}
.y_s3 .wz h2{
    color: #000000;
}
/*.y_s3 .wz h3 p{*/
/*color: #666666;*/
/*background: url(../images/y_syd2.png) no-repeat left  center;*/
/*}*/

.y_s4 .wz h1{
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    line-height: 28px;
}
.y_s4 .wz h1 span{
    font-size: 20px;
    color: #0063b8;
}
.y_s4 .wz h2{
    color: #000000;
}
.y_s4 .wz h3 p{
    color: #666666;
    /*background: url(../images/y_syd2.png) no-repeat left  center;*/
}
.y_s2 .y_s1tp{
    margin-top: -63px;
}
.y_s2 .wz{

    margin-top: 68px;
}
.y_s3{
    margin-top: 10px;
}
.y_s3 .wz{
    margin-top: 130px;
}

.y_s4 .y_s1tp{
    margin-top: -31px;
}
.y_s4 .wz{

    margin-top: 50px;
}

.khjz{
  margin-top: 50px;
}
.khjz2{
  margin-top: 40px;
}
.khjz2 ul li{
  width: 275px;
  float: left;
  height: 400px;
  background: #f5f5f5;
  position: relative;
}
.khjz2 ul li img{
  width: 275px;
  height: 200px;
}
.khjz2 ul li .kwz{
  width: 275px;
  height: 200px;
  padding: 39px 29px 0 29px;
  position: absolute;
}

.khjz2 ul li .kwz h3{
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  line-height: 14px;

}
.khjz2 ul li .kwz p{
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  line-height: 24px;
}
.khjz2 ul li:nth-child(2n) img{
  margin-top: 200px;
}
.khjz2 ul li:nth-child(2n) .kwz{
  position: absolute;
  top: 0px;
  left: 0px;
}


.title{
  text-align: center;
}
.title h1{
  font-size: 30px;
  color: #000000;
  font-weight: normal;
  line-height: 30px;
}
.title h2{
  font-size: 16px;
  color: #b9b9b9;
  font-weight: normal;
  line-height: 16px;
  margin-top: 20px;
  padding-top: 20px;
  /*background: url(../images/title.png) no-repeat top center;*/
  text-transform: uppercase;
}

.syht{
  margin-top: 50px;
  background: url(../images/syht.png) no-repeat left  center;
  height: 312px;
  padding-top: 68px;
}

.htwz{
  margin-right: 100px;
}
.htwz h1{
  /*background: url(../images/htsx.png) no-repeat left  center;*/
  padding-left: 25px;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  line-height: 35px;

}
.htwz h1 p{
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  margin-top: 14px;
}

.htwz .dh{
  margin-top: 45px;
}
.htwz .dh h2{
  float: left;

}
.htwz .dh .ljzx{
  width: 178px;
  height: 46px;
  border-radius: 5px;
  background: #ffc600;
  display: block;
  margin-left: 63px;
  float: left;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #000;
}



.c1 {

  background: url(../images/c1.png) no-repeat 50% 100%;
}

.c1 .list1 {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 54px;
}


.c1 .list1 li {
  line-height: 51px;
  font-size: 18px;
  padding: 0 0.78125vw;
  width: 220px;
  margin: 3px 0;
  float: left;
}




.c1 .list1 li a {
  border: 1px solid #d5d5d5;
  display: block;
  color: #383838;

}

/*.c1 .list1 li:hover {*/
/*background: #008b76;*/
/*color: #fff;*/
/*}*/

.c1 .list1 li:hover a {
  color: #fff;
  border: 1px solid #008b76;
}


.ttel{padding-left: 60px;background: url(../images/tel1.png) no-repeat left center;margin-top: 10px;margin-left: 130px;height: 60px}















